/* -------RESPONSIVE-------- */
@media only screen and (max-width: 1249px) {
  main {
    margin: 0 9%;
  }
  p,
  li {
    font-size: 16px;
    line-height: 32px;
  }
  h4 {
    font-size: 25px;
  }
  #title {
    height: 26vh;
    position: relative;
    vertical-align: middle;
    display: table;
    width: 100%;
    margin-bottom: 3%;
  }
  #title::before {
    z-index: -1;
    content: "";
    background-image: url("privacy.png");
    background-size: cover;
    position: absolute;
    top: -60%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    /* width: auto; */
  }
}

@media only screen and (max-width: 1128px) {
  #title::before {
    z-index: -1;
    content: "";
    background-image: url("privacy.png");
    background-size: cover;
    position: absolute;
    top: -40%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
    /* width: auto; */
  }
}
@media only screen and (max-width: 800px) {
  #title::before {
    display: none;
  }
  #title {
    margin-bottom: 3%;
  }
}
